;
;   THE EURASIAN WARS
;   CHINESE EVENTS
;

;===========================================================================================================================
;EMPIRES
;===========================================================================================================================
;Italian Empire
;Japanese Empire
;German Reich
;Neutrals
;Chinese Republic
;Western Allies
;Soviet Union

@BEGINEVENTS

@IF
NOSCHISM
DEFENDER=ANYBODY 
@THEN
@ENDIF

;===========================================================================================================================
;INTRO
;===========================================================================================================================

@IF
TURN
turn=1
@THEN
JUSTONCE
TEXT
^
^^ The Eurasian Wars - Allied Campaign
^
ENDTEXT
@ENDIF

@IF
TURN
turn=1
@THEN
JUSTONCE
TEXT
^
^^ January 1941. 
^
^^ Europe is at war. Great Britain and her commonwealth allies have been battling 
^^ with  Hitler since his 1939 conquest of Poland. Italy seeks a new empire under 
^^ Mussolini's iron fascist rule. Russia is at uneasy peace with Germany, but for 
^^ how long can Stalin make this facade last? How long can the British hold off 
^^ the Axis powers, in the hope that American war support can tip the balance?
^
ENDTEXT
@ENDIF

@IF
TURN
turn=1
@THEN
JUSTONCE
TEXT
^
^^ In Asia, the Japanese Empire under Tojo seeks to expand and crush the Kuomintang
^^ Chinese. General Chiang Kai-shek pleads for military aid from the Allies, adding
^^ to the gathering war clouds. Hostile to foreigners and greedy for raw materials, 
^^ Japan might even seek to take the Western possessions in the Pacific...
^
ENDTEXT
@ENDIF

;===========================================================================================================================
;ITALIAN NEGOTIATIONS
;===========================================================================================================================

@IF
NEGOTIATION
talker=Italian Empire
talkertype=HumanOrComputer
listener=Soviet Union
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Soviet Union
talkertype=HumanOrComputer
listener=Italian Empire
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Italian Empire
talkertype=HumanOrComputer
listener=Western Allies
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Western Allies
talkertype=HumanOrComputer
listener=Italian Empire
listenertype=HumanOrComputer
@THEN
@ENDIF

;===========================================================================================================================
;JAPANESE NEGOTIATIONS
;===========================================================================================================================

@IF
NEGOTIATION
talker=Japanese Empire
talkertype=HumanOrComputer
listener=Chinese Republic
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Chinese Republic 
talkertype=HumanOrComputer
listener=Japanese Empire
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Japanese Empire
talkertype=HumanOrComputer
listener=Western Allies
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Western Allies
talkertype=HumanOrComputer
listener=Japanese Empire
listenertype=HumanOrComputer
@THEN
@ENDIF

;===========================================================================================================================
;GERMAN NEGOTIATIONS
;===========================================================================================================================

@IF
NEGOTIATION
talker=German Reich
talkertype=HumanOrComputer
listener=Soviet Union
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Soviet Union
talkertype=HumanOrComputer
listener=German Reich
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=German Reich
talkertype=HumanOrComputer
listener=Western Allies
listenertype=HumanOrComputer
@THEN
@ENDIF

@IF
NEGOTIATION
talker=Western Allies
talkertype=HumanOrComputer
listener=German Reich
listenertype=HumanOrComputer
@THEN
@ENDIF

;===========================================================================================================================
;SOVIET AGGRESSION
;===========================================================================================================================

@IF
CITYTAKEN
city=Berlin
attacker=Western Allies
defender=German Reich
@THEN
GiveTechnology		
receiver=Western Allies
technology=91
@ENDIF

@IF
CITYTAKEN
city=Berlin
attacker=Soviet Union
defender=German Reich
@THEN
GiveTechnology		
receiver=Soviet Union
technology=92
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=91
receiver=Western Allies
@AND
RANDOMTURN
denominator=5
@THEN
MAKEAGGRESSION
who=Soviet Union
whom=Western Allies
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=92
receiver=Soviet Union
@AND
RANDOMTURN
denominator=10
@THEN
MAKEAGGRESSION
who=Soviet Union
whom=Western Allies
@ENDIF

@IF
UNITKILLED
unit=AnyUnit
attacker=Soviet Union
defender=Western Allies
JUSTONCE
TEXT
^
^^ Generalissimo! Alarming news!
^
^^ We are getting reports that Russian troops are attacking
^^ Allied units! It seems the untrustworthy Stalin and his
^^ cronies couldn't resist their urge to subjugate Europe.
^
^^ The storm of Soviet Steel has begun...
^
ENDTEXT
@ENDIF

;===========================================================================================================================
;EASTERN FRONT
;===========================================================================================================================

;===========================================================================================================================
;BARBAROSSA
;===========================================================================================================================

@IF
TURN
turn=5
@THEN
JUSTONCE
GiveTechnology		
receiver=Soviet Union
technology=29
@ENDIF

@IF
TURN
turn=6
@THEN
JUSTONCE
GiveTechnology		
receiver=German Reich
technology=94
@ENDIF

@IF
TURN
turn=7
@THEN
JUSTONCE
GiveTechnology		
receiver=Soviet Union
technology=34
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=34
receiver=Soviet Union
@THEN
CREATEUNIT
unit=Partisans
owner=Soviet Union
veteran=yes
homecity=None
Randomize
locations
67,43
71,41
73,29
84,46
87,45
68,22
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
JUSTONCE
TEXT
^
^^ Sir! Our spies tell us the Germans have launched their long-planned
^^ attack on the Russians, codenamed Barbarossa! This hostility by the
^^ the Nazi thugs hopefully will fail, leaving Japan isolated...
^
^^ Should Germany win however...
^
ENDTEXT
MAKEAGGRESSION
who=Soviet Union
whom=German Reich
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
MAKEAGGRESSION
who=Italian Empire
whom=Soviet Union
@ENDIF

;===========================================================================================================================
;GERMAN AGGRESSION
;===========================================================================================================================

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=German Army
owner=German Reich
Count=6
veteran=yes
homecity=None
locations
59,39
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=German Army
owner=German Reich
Count=6
veteran=yes
homecity=None
locations
59,43
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=German Army
owner=German Reich
Count=6
veteran=yes
homecity=None
locations
64,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=German Army
owner=German Reich
Count=6
veteran=yes
homecity=None
locations
66,54
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Panzer IV
owner=German Reich
Count=5
veteran=yes
homecity=None
locations
59,39
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Panzer IV
owner=German Reich
Count=5
veteran=yes
homecity=None
locations
59,43
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Panzer IV
owner=German Reich
Count=5
veteran=yes
homecity=None
locations
64,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Panzer IV
owner=German Reich
Count=5
veteran=yes
homecity=None
locations
66,54
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Artillery
owner=German Reich
Count=4
veteran=yes
homecity=None
locations
59,39
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Artillery
owner=German Reich
Count=4
veteran=yes
homecity=None
locations
59,43
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Artillery
owner=German Reich
Count=4
veteran=yes
homecity=None
locations
64,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Artillery
owner=German Reich
Count=4
veteran=yes
homecity=None
locations
66,54
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Ju-87 Stuka
owner=German Reich
Count=2
veteran=yes
homecity=None
locations
59,39
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Ju-87 Stuka
owner=German Reich
Count=2
veteran=yes
homecity=None
locations
59,43
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Ju-87 Stuka
owner=German Reich
Count=2
veteran=yes
homecity=None
locations
64,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Ju-87 Stuka
owner=German Reich
Count=2
veteran=yes
homecity=None
locations
66,54
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Waffen SS
owner=German Reich
veteran=yes
homecity=None
locations
59,39
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Waffen SS
owner=German Reich
veteran=yes
homecity=None
locations
59,43
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Waffen SS
owner=German Reich
veteran=yes
homecity=None
locations
64,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Waffen SS
owner=German Reich
veteran=yes
homecity=None
locations
66,54
endlocations
@ENDIF

@IF
TURN
turn=9
@THEN
JUSTONCE
TakeTechnology		
whom=German Reich
technology=94
@ENDIF

;===========================================================================================================================
;GERMAN VICTORIES
;===========================================================================================================================

@IF
CITYTAKEN
city=Belgrade
attacker=German Reich
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Serbia is captured by the Germans and their Axis allies.
^^ The nation had tried to avoid warfare, but civil unrast
^^ had allowed the Nazis to step in and invade ruthlessly.
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Sevastopol
attacker=German Reich
defender=Soviet Union
@THEN
JUSTONCE
TEXT
^
^^ After a bitter siege, the fanatical defenders of Sevastopol 
^^ charge from the battered fortress of the ruined city in one
^^ final suicidal attack. A heroic death awaits them...
^
ENDTEXT
PlayWaveFile
GUARD.wav
@ENDIF

@IF
CITYTAKEN
city=Maikop
attacker=German Reich
defender=Soviet Union
@THEN
JUSTONCE
TEXT
^
^^ With blistering pace, the German armoured groups
^^ storm Adygea and sieze the oilfields at Maikop...
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Leningrad
attacker=German Reich
defender=Soviet Union
@THEN
JUSTONCE
TEXT
^
^^ The desperate defenders of battered Leningrad finally give in.
^^ With no ammunition or rations, the Red Army had little choice
^^ but to surrender to the Germans. In a typical display of Nazi
^^ cruelty, Hitler has all Soviet prisoners shot...
^
ENDTEXT
CHANGEMONEY
receiver=German Reich
amount=2500
PlayWaveFile
MG.wav
@ENDIF

@IF
CITYTAKEN
city=Moscow
attacker=German Reich
defender=Soviet Union
@THEN
JUSTONCE
TEXT
^
^^ Soviet radio stations play songs of mourning as the Nazis parade through Moscow.
^^ German forces show no mercy as they loot and deface any traces of Soviet culture.
^^ Hundreds of Communist party functionaries are executed on Hitler's direct orders.
^^ Stalin escapes East, and vows that he'll avenge the acts of fascist barbarism.
^
ENDTEXT
CHANGEMONEY
receiver=German Reich
amount=5000
@ENDIF

;===========================================================================================================================
;STALINGRAD
;===========================================================================================================================

@IF
CITYTAKEN
city=Stalingrad
attacker=German Reich
defender=Soviet Union
@THEN
JUSTONCE
TEXT
^
^^ The German 6th Army rolls into the suburbs of Stalingrad. Stalin 
^^ decides the time has come for a glorious stand against the hated
^^ Nazis and a chance to destroy Hitler's aura of invincibility...
^
ENDTEXT
GiveTechnology		
receiver=German Reich
technology=93
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=93
receiver=German Reich
@THEN
CREATEUNIT
unit=German Army
owner=German Reich
Count=6
veteran=yes
homecity=None
locations
81,45
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=93
receiver=German Reich
@THEN
CREATEUNIT
unit=Panzer IV
owner=German Reich
Count=6
veteran=yes
homecity=None
locations
81,45
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=93
receiver=German Reich
@THEN
CREATEUNIT
unit=Assault Troops
Count=4
owner=Soviet Union
veteran=no
homecity=None
Randomize
locations
85,45
84,46
86,46
86,44
84,44
82,48
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=93
receiver=German Reich
@THEN
CREATEUNIT
unit=T-34
Count=2
owner=Soviet Union
veteran=no
homecity=None
Randomize
locations
85,45
84,46
86,46
86,44
84,44
82,48
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=93
receiver=German Reich
@THEN
CREATEUNIT
unit=Katyusha
Count=2
owner=Soviet Union
veteran=no
homecity=None
Randomize
locations
85,45
84,46
86,46
86,44
84,44
82,48
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=93
receiver=German Reich
@THEN
CREATEUNIT
unit=Il-2 Sturmovik
owner=Soviet Union
veteran=no
homecity=None
Randomize
locations
85,45
84,46
86,46
86,44
84,44
82,48
endlocations
@ENDIF

;STALINGRAD GERMAN DEFEAT---------------------------------------------------------------------------------------------------

@IF
CITYTAKEN
city=Stalingrad
attacker=Soviet Union
defender=German Reich
@THEN
JUSTONCE
TEXT
^
^^ Encircled, starving and demoralised, the German 6th Army is 
^^ unable to resist the seemingly inexhaustible Soviet forces. 
^^ Hitler is furious that General von Paulus failed against
^^ impossible odds. Germany has suffered a resounding loss...
^
ENDTEXT
TakeTechnology		
whom=German Reich
technology=93
@ENDIF

;GERMAN CAUCASUS VICTORIES--------------------------------------------------------------------------------------------------

@IF
CITYTAKEN
city=Kuibishev
attacker=German Reich
defender=Soviet Union
@THEN
JUSTONCE
TEXT
^
^^ Without warning, the Germans change strategic emphasis against the
^^ encircling Soviet forces who are in turn trapped and annihilated!
^^ The Caucasus Soviet headquarters is eliminated in the process!
^
ENDTEXT
GiveTechnology		
receiver=German Reich
technology=96
@ENDIF

@IF
CITYTAKEN
city=Astrakhan
attacker=German Reich
defender=Soviet Union
@THEN
JUSTONCE
TEXT
^
^^ In an unexpected move, Hitler allows his generals freedom
^^ to spearhead South and sieze Astrakhan. This cuts off the
^^ vital reinforcement line to the Stalingrad cauldron...
^
ENDTEXT
GiveTechnology		
receiver=German Reich
technology=97
@ENDIF

;GERMAN CASE BLUE VICTORY--------------------------------------------------------------------------------------------------

@IF
RECEIVEDTECHNOLOGY
technology=96
receiver=German Reich
@AND
RECEIVEDTECHNOLOGY
technology=97
receiver=German Reich
@THEN
JUSTONCE
TEXT
^
^^ After months of terrible fighting and incredible losses, Stalin 
^^ finally orders the weary Red Army out the ruins of Stalingrad.
^
^^ Total collapse of Soviet power in the Caucasus soon follows.
^^ General Zhukov is disgraced and sent into Mongolian exile.
^
ENDTEXT
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=96
receiver=German Reich
@AND
RECEIVEDTECHNOLOGY
technology=97
receiver=German Reich
@THEN
JUSTONCE
TEXT
^
^^ Hitler is overjoyed at the German Army's bravery in Stalingrad. 
^^ He heaps rewards onto his troops, and Von Paulus is promoted to
^^ Field Marshal. Several veteran regiments are also reformed into 
^^ the new 'Volga' SS division...
^
ENDTEXT
CREATEUNIT
unit=Waffen SS
owner=German Reich
Count=8
veteran=yes
homecity=Stalingrad
locations
81,45
endlocations
TakeTechnology		
whom=German Reich
technology=93
@ENDIF

;===========================================================================================================================
;SOVIET RESISTANCE
;===========================================================================================================================

@IF
RECEIVEDTECHNOLOGY
technology=94
receiver=German Reich
@THEN
CREATEUNIT
unit=Partisans
owner=Soviet Union
veteran=yes
homecity=None
Randomize
locations
67,43
71,41
73,29
84,46
87,45
68,22
endlocations
@ENDIF

;===========================================================================================================================
;SOVIET VICTORIES
;===========================================================================================================================

@IF
CITYTAKEN
city=Bucharest
attacker=Soviet Union
defender=German Reich
@THEN
JUSTONCE
TEXT
^
^^ The Germans lose vital oil facilities as Stalin seizes the Ploesti 
^^ refineries in Rumania. Hitler's army will soon be starved of fuel.
^
^^ Valuable supplies worth 2000 gold are seized by the Soviets...
^
ENDTEXT
CHANGEMONEY
receiver=Soviet Union
amount=2000
@ENDIF

@IF
CITYTAKEN
city=Warsaw
attacker=Soviet Union
defender=German Reich
@THEN
JUSTONCE
TEXT
^
^^ The Soviets drive into Warsaw, their arrival heralded
^^ by waves of tanks and blistering artillery barrages.
^^ The German army is falling back in confusion...
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Konigsberg
attacker=Soviet Union
defender=German Reich
@THEN
JUSTONCE
TEXT
^
^^ After a titanic struggle, the fortress city of 
^^ Konigsberg is now in the hands of the Russians. 
^^ Terrified refugees flee West from the Soviets.
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Berlin
attacker=Soviet Union
defender=German Reich
@THEN
JUSTONCE
TEXT
^
^^ As Hitler's dreams lie in ruins, Russian troops fly the Soviet flag 
^^ from the scorched spires of the Reichstag. Many of the most fanatic
^^ Nazi henchmen cannot accept the reality of German defeat and commit
^^ suicide. Even with the Berlin fallen, the Germans continue the war.
^^ Admiral Raeder assumes command of the rapidly shrinking Reich.
^
ENDTEXT
@ENDIF

;===========================================================================================================================
;WESTERN FRONT
;===========================================================================================================================

@IF
RECEIVEDTECHNOLOGY
technology=54
receiver=Western Allies
@THEN
CREATEUNIT
unit=Spitfire
owner=Western Allies
veteran=yes
homecity=None
locations
38,42
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=42
receiver=Western Allies
@THEN
CREATEUNIT
unit=Battleship
owner=Western Allies
veteran=yes
homecity=None
locations
1,1
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=42
receiver=Western Allies
@THEN
CREATEUNIT
unit=US Army
owner=Western Allies
veteran=no
homecity=None
locations
38,42
31,37
81,71
85,77
126,90
endlocations
@ENDIF

@IF
TURN
turn=30
@THEN
JUSTONCE
GiveTechnology		
receiver=Western Allies
technology=27
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=27
receiver=Western Allies
@THEN
CREATEUNIT
unit=B-17 Fortress
owner=Western Allies
veteran=yes
homecity=None
locations
38,42
31,37
25,111
17,37
endlocations
@ENDIF

@IF
TURN
turn=18
@THEN
JUSTONCE
GiveTechnology		
receiver=Western Allies
technology=4
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=4
receiver=Western Allies
@THEN
CREATEUNIT
unit=Lancaster
owner=Western Allies
veteran=yes
homecity=None
locations
38,42
31,37
90,68
115,81
endlocations
@ENDIF

;===========================================================================================================================
;STRATEGIC BOMBING
;===========================================================================================================================

@IF
RECEIVEDTECHNOLOGY
technology=4
receiver=Western Allies
@THEN
CREATEUNIT
unit=Lancaster
owner=Western Allies
veteran=yes
homecity=None
locations
38,42
34,44
35,35
31,37
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=27
receiver=Western Allies
@THEN
CREATEUNIT
unit=B-17 Fortress
Count=2
owner=Western Allies
veteran=yes
homecity=None
locations
38,42
34,44
35,35
31,37
endlocations
@ENDIF

;===========================================================================================================================
;GERMAN SEALION VICTORY
;===========================================================================================================================

@IF
CITYTAKEN
city=London
attacker=German Reich
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ German anthems blare from loud-speakers and London despairs as Nazi soldiers
^^ parade in front of Buckingham palace. From BBC headquarters, Joseph Goebbels 
^^ gloatingly reads a prepared announcement of Germany's victory over England.
^
^^ Nazi henchmen plunder the British Crown Jewels and 5000 worth of gold...
^
ENDTEXT
GiveTechnology		
receiver=German Reich
technology=99
CHANGEMONEY
receiver=German Reich
amount=5000
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=99
receiver=German Reich
@THEN
JUSTONCE
GiveTechnology		
receiver=Western Allies
technology=42
@ENDIF

;===========================================================================================================================
;ALLIED ATTACKS
;===========================================================================================================================

@IF
RANDOMTURN
denominator=12
@THEN
CREATEUNIT
unit=Commandos
Count=4
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
42,40
48,34
43,31
56,12
40,60
40,46
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=42
receiver=Western Allies
@AND
RANDOMTURN
denominator=10
@THEN
CREATEUNIT
unit=US Army
Count=10
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
28,78
29,75
35,73
40,72
45,71
48,74
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=8
receiver=Western Allies
@AND
RANDOMTURN
denominator=10
@THEN
CREATEUNIT
unit=Sherman
Count=4
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
28,78
29,75
35,73
40,72
45,71
48,74
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=3
@THEN
CREATEUNIT
unit=Battleship
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
1,1
1,21
1,41
1,61
1,81
1,111
endlocations
@ENDIF

;===========================================================================================================================
;OPERATION OVERLORD
;===========================================================================================================================

@IF
TURN
turn=37
@THEN
JUSTONCE
TEXT
^
^^ Commander! We are told that preparations are underway for the 
^^ great Allied invasion of Western Europe, codenamed Overlord. 
^
ENDTEXT
@ENDIF

@IF
TURN
turn=42
@AND
RECEIVEDTECHNOLOGY
technology=54
receiver=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! The nvasion of Europe has begun!
^
^^ British agents are keeping us informed on the progress of the Overlord attack.
^^ Hopefully this assault will spell the end for Japan's Nazi partners in Europe.
^
ENDTEXT
CREATEUNIT
unit=US Army
Count=5
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
35,49
35,51
38,56
40,46
endlocations
GiveTechnology		
receiver=Western Allies
technology=95
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@THEN
CREATEUNIT
unit=Armoured Troops
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
35,49
35,51
38,56
40,46
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@THEN
CREATEUNIT
unit=Sherman
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
35,49
35,51
38,56
40,46
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@THEN
CREATEUNIT
unit=Artillery
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
35,49
35,51
38,56
40,46
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@AND
CITYTAKEN
city=Rennes
attacker=Western Allies
defender=German Reich
@THEN
JUSTONCE
CREATEUNIT
unit=Hellcat
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
36,50
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@AND
CITYTAKEN
city=Nantes
attacker=Western Allies
defender=German Reich
@THEN
JUSTONCE
CREATEUNIT
unit=Sherman
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
36,54
endlocations
@ENDIF

@IF
CITYTAKEN
city=Paris
attacker=Western Allies
defender=German Reich
@THEN
JUSTONCE
TakeTechnology		
whom=Western Allies
technology=95
@ENDIF

@IF
TURN
turn=43
@AND
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! The Allies are struggling to gain a foothold!
^
^^ The Nazis are putting up far heavier resistance than expected.
^^ General Eisenhower is worried that we may have underestimated
^^ the Axis level of preparedness...
^
ENDTEXT
CREATEUNIT
unit=Commandos
owner=Western Allies
veteran=yes
homecity=None
locations
35,49
35,51
38,56
40,46
endlocations
@ENDIF

@IF
TURN
turn=45
@AND
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Bad news, Generalissimo! 
^
^^ The Anglo-American leaders have abandoned Operation Overlord!
^^ What this will mean for the Allied cause is anyone's guess...
^
ENDTEXT
@ENDIF

@IF
TURN
turn=45
@AND
RECEIVEDTECHNOLOGY
technology=95
receiver=Western Allies
@THEN
JUSTONCE
CREATEUNIT
unit=Waffen SS
Count=8
owner=German Reich
veteran=no
homecity=Paris
locations
40,50
endlocations
TakeTechnology		
whom=Western Allies
technology=95
@ENDIF

;===========================================================================================================================
;ALLIED WESTERN VICTORIES
;===========================================================================================================================

@IF
CITYTAKEN
city=Rome
attacker=Western Allies
defender=Italian Empire
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! Mussolini is deposed!
^
^^ Rome is in the hands of the Allied armies! After struggling up the 
^^ 'deadly boot', Anglo-American troops duly pushed the Fascists from 
^^ the city. Hitler has allowed Mussolini to head a puppet government 
^^ in Northern Italy. This charade won't last too long...
^
ENDTEXT
CREATEUNIT
unit=Italian Army
Count=8
owner=Western Allies
veteran=yes
homecity=None
locations
50,58
endlocations
@ENDIF

@IF
CITYTAKEN
city=Paris
attacker=Western Allies
defender=German Reich
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! The Allies have victory in France!
^
^^ After making gains along the coasts, Anglo-American forces drove into
^^ Paris and crushed the retreating Germans. The victorious troops now
^^ parade in the streets as French civilians cheer. The Nazis must see
^^ see the writing is on the wall now...The game will soon be over!
^
ENDTEXT
CREATEUNIT
unit=US Army
Count=4
owner=Western Allies
veteran=yes
homecity=None
locations
40,50
endlocations
@ENDIF

@IF
CITYTAKEN
city=Berlin
attacker=Western Allies
defender=German Reich
@THEN
JUSTONCE
TEXT
^
^^ We have very good news, Generalissimo! 
^
^^ Even now, the courageous Allied soldiers are marching through Berlin,
^^ crushing any resistance by Nazi fanatics. The Reichstag has fallen.
^^ Now surely the Far East must be the focus of the Allied liberators!
^
^^ We hear Hitler sent out old men and boys to fight...The KMT also
^^ had to use such harsh measures at times, but our volunteers were
^^ driven by Chinese national pride, not by the lash of a tyrant!
^
ENDTEXT
CREATEUNIT
unit=US Army
Count=4
owner=Western Allies
veteran=yes
homecity=None
locations
52,42
endlocations
@ENDIF

;===========================================================================================================================
;AFRICAN FRONT
;===========================================================================================================================

@IF
TURN
turn=2
@THEN
JUSTONCE
TEXT
^
^^ We hear that Hitler has sent General Rommel 
^^ to assist Mussolini's troops in Libya...
^
ENDTEXT
CREATEUNIT
unit=Panzer IV
Count=4
owner=German Reich
veteran=no
homecity=Berlin
locations
48,74
47,69
endlocations
@ENDIF

@IF
TURN
turn=2
@THEN
JUSTONCE
CREATEUNIT
unit=Tank
Count=2
owner=German Reich
veteran=no
homecity=Berlin
locations
48,74
47,69
endlocations
@ENDIF

@IF
CITYTAKEN
city=Tobruk
attacker=German Reich
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Rommel's Afrika Korps have broken through at Tobruk! 
^^ British forces are retreating Eastwards to Egypt.
^
ENDTEXT
CREATEUNIT
unit=Panzer IV
Count=4
owner=German Reich
veteran=no
homecity=Berlin
locations
62,74
endlocations
@ENDIF

@IF
CITYTAKEN
city=Tobruk
attacker=Italian Empire
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ The Italian armies have broken through at Tobruk!
^^ British forces are retreating Eastwards to Egypt.
^
ENDTEXT
CREATEUNIT
unit=M13/40
Count=4
owner=Italian Empire
veteran=no
homecity=Rome
locations
62,74
endlocations
@ENDIF

@IF
CITYTAKEN
city=Alexandria
attacker=German Reich
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Rommel and his Afrika Korps have seized Alexandria...
^^ This port is vital to any army in that region...
^
ENDTEXT
CREATEUNIT
unit=Panzer IV
Count=4
owner=German Reich
veteran=no
homecity=Berlin
locations
67,75
endlocations
@ENDIF

@IF
CITYTAKEN
city=Cairo
attacker=German Reich
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! Disaster for the Allies!
^
^^ Cairo was taken by the Afrika Korps this morning...Now the 
^^ oilfields of Iraq lie wide open to Rommel and his panzers!
^
ENDTEXT
CREATEUNIT
unit=Panzer IV
Count=4
owner=German Reich
veteran=no
homecity=Berlin
locations
68,80
endlocations
@ENDIF


@IF
CITYTAKEN
city=Cairo
attacker=Italian Empire
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! Disaster for the Allies!
^
^^ Cairo was taken by the Italians army this morning...Now the 
^^ oilfields of Iraq lie wide open to Mussolini's marauders!
^
ENDTEXT
CREATEUNIT
unit=M13/40
Count=4
owner=Italian Empire
veteran=no
homecity=Rome
locations
68,80
endlocations
@ENDIF

@IF
CITYTAKEN
city=Valletta
attacker=ANYBODY
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Malta has fallen to the Axis! They can easily resupply their 
^^ armies in Africa, and the Allies are helpless to stop them!
^
ENDTEXT
@ENDIF

;===========================================================================================================================
;AFRICAN ALLIED VICTORIES
;===========================================================================================================================

@IF
CITYTAKEN
city=Tobruk
attacker=Western Allies
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Rommel's forces are blasted out of Tobruk. 
^
^^ A decisive battle we are told...!
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Benghazi
attacker=Western Allies
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ The seaport at Benghazi is now firmly in Allied hands.
^^ A supply line to Rommel's Afrika Korps has been cut!
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=El Agheila
attacker=Western Allies
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Rommel is furious as his Italian lackeys rout, and 
^^ the German HQ in El Agheila falls to the Allies!
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Tripoli
attacker=Western Allies
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! The Allies are jubilant!
^
^^ They have taken the primary Axis port in North Africa!
^^ Rommel cannot win now and is finally forced to flee.
^
^^ China is happy to see Africa and her supply routes
^^ free from the Axis tyrants...Onwards to victory!
^
ENDTEXT
@ENDIF

;===========================================================================================================================
;PACIFIC FRONT
;===========================================================================================================================

@IF
TURN
turn=12
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! The Japanese enemy attacks the Allies!
^
^^ Using the pretext of imminent attack from the distrustful 
^^ Allied powers, the Japanese Empire embarks on a campaign 
^^ of conquest against American and British possessions...
^
^^ This mad Japanese aggression takes some pressure away 
^^ from China and hopefully will lead to Tojo's downfall!
^
ENDTEXT
MAKEAGGRESSION
who=Japanese Empire
whom=Western Allies
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
locations
154,86
152,86
152,88
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Artillery
Count=4
owner=Japanese Empire
veteran=yes
homecity=None
locations
154,86
152,86
152,88
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=A6M Zero
owner=Japanese Empire
veteran=yes
homecity=None
locations
154,86
152,86
152,88
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
locations
161,101
162,104
159,103
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Artillery
Count=4
owner=Japanese Empire
veteran=yes
homecity=None
locations
161,101
162,104
159,103
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=A6M Zero
owner=Japanese Empire
veteran=yes
homecity=None
locations
161,101
162,104
159,103
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=6
owner=Japanese Empire
veteran=yes
homecity=None
locations
164,112
162,114
165,113
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Artillery
Count=2
owner=Japanese Empire
veteran=yes
homecity=None
locations
164,112
162,114
165,113
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=A6M Zero
owner=Japanese Empire
veteran=yes
homecity=None
locations
164,112
162,114
165,113
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
locations
140,118
139,119
141,119
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Artillery
Count=4
owner=Japanese Empire
veteran=yes
homecity=None
locations
140,118
139,119
141,119
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=A6M Zero
owner=Japanese Empire
veteran=yes
homecity=None
locations
140,118
139,119
141,119
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
locations
136,120
135,121
133,119
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Artillery
Count=4
owner=Japanese Empire
veteran=yes
homecity=None
locations
136,120
135,121
133,119
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=A6M Zero
owner=Japanese Empire
veteran=yes
homecity=None
locations
136,120
135,121
133,119
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Imperial Marines
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
locations
135,99
134,100
133,97
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Artillery
Count=4
owner=Japanese Empire
veteran=yes
homecity=None
locations
135,99
134,100
133,97
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=A6M Zero
owner=Japanese Empire
veteran=yes
homecity=None
locations
135,99
134,100
133,97
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=D3A Val
Count=8
owner=Japanese Empire
veteran=yes
homecity=None
Randomize
locations
157,85
160,86
144,92
156,76
endlocations
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
CREATEUNIT
unit=Battleship
Count=4
owner=Japanese Empire
veteran=yes
homecity=None
Randomize
locations
169,77
160,86
144,92
147,109
endlocations
@ENDIF

@IF
TURN
turn=2
@THEN
JUSTONCE
GiveTechnology		
receiver=Chinese Republic
technology=34
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
GiveTechnology		
receiver=Western Allies
technology=42
@ENDIF

@IF
TURN
turn=12
@THEN
JUSTONCE
GiveTechnology		
receiver=Japanese Empire
technology=90
@ENDIF

;===========================================================================================================================
;JAPANESE VICTORIES
;===========================================================================================================================

@IF
CITYTAKEN
city=Manila
attacker=Japanese Empire
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ Bad news in the South, Commander!
^
^^ The Philippines have fallen to the wicked Japanese. General MacArthur 
^^ evacuates, Vowing to return...This brave statement does not convince 
^^ his poor troops who are left behind to desperately fight on...
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Hong Kong
attacker=Japanese Empire
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ The British governor of Hong Kong capitulates to the Japanese!
^
^^ Imperial forces enter the city, intent on plundering all they
^^ can get their hands on. We should cheer to see Hong Kong back
^^ in Asian hands, but this is not the way to unify the East!
^
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=2000
@ENDIF

@IF
CITYTAKEN
city=Singapore
attacker=Japanese Empire
defender=Western Allies
@THEN
JUSTONCE
TEXT
^
^^ O Commander! The British Empire bleeds!
^
^^ A bloodthirsty thug army, led by General Yamashita, seizes Singapore!
^
^^ Over 85,000 Commonwealth troops surrender to a smaller Japanese force
^^ of only 30,000 men. This is a shameful and black day for the Allies.
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Medan
attacker=Japanese Empire
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Japanese forces assault the Palembang refinery in 
^^ Sumatra. The Dutch garrison troops surrender...
^
ENDTEXT
CHANGEMONEY
receiver=Japanese Empire
amount=2000
@ENDIF

@IF
CITYTAKEN
city=Chungking
attacker=Japanese Empire
defender=Chinese Republic
@THEN
JUSTONCE
TEXT
^
^^ Total catastrophe, Sir!
^
^^ Japanese troops have siezed the Kuomintang's main city! 
^
^^ To avoid capture we must flee to the Himalayas and try to rebuild
^^ our leadership. Even worse, the Allies are undecided now if they 
^^ can continue their support for China...How will KMT survive?
^
ENDTEXT
@ENDIF

;===========================================================================================================================
;ALLIED PACIFIC ATTACKS
;===========================================================================================================================

@IF
RECEIVEDTECHNOLOGY
technology=90
receiver=Japanese Empire
@AND
RANDOMTURN
denominator=8
@THEN
CREATEUNIT
unit=US Army
Count=8
owner=Western Allies
veteran=yes
homecity=None
locations
159,103
148,92
141,107
131,93
141,121
145,111
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=90
receiver=Japanese Empire
@AND
RECEIVEDTECHNOLOGY
technology=27
receiver=Western Allies
@THEN
CREATEUNIT
unit=B-17 Fortress
owner=Western Allies
veteran=yes
homecity=None
locations
153,87
161,103
147,109
152,118
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=2
receiver=Japanese Empire
@THEN
CREATEUNIT
unit=Battleship
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
153,87
140,120
152,118
endlocations
@ENDIF

@IF
RECEIVEDTECHNOLOGY
technology=2
receiver=Japanese Empire
@THEN
CREATEUNIT
unit=Submarine
owner=Western Allies
veteran=yes
homecity=None
Randomize
locations
153,87
140,120
152,118
endlocations
@ENDIF

;===========================================================================================================================
;JAPANESE DEFEATS
;===========================================================================================================================

@IF
CITYTAKEN
city=Peking 
attacker=Chinese Republic
defender=Japanese Empire
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! Can you hear the people sing?
^
^^ After years of struggle, we finally walk along the roads
^^ of great Peking again! The Japanese tyrants have been
^^ hurled back to Nippon, and we will ensure the city
^^ is never again out of Kuomintang's control...
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Peking
attacker=Soviet Union
defender=ANYBODY
@THEN
JUSTONCE
TEXT
^
^^ Generalissimo! Communist soldiers conquer Peking!
^
^^ The city has become a hotbed of communism for Mao Zedong
^^ and his followers! We must prevent the red tyrant from
^^ spreading his ideology across the whole of China...
^
ENDTEXT
@ENDIF

@IF
CITYTAKEN
city=Tokyo
attacker=Western Allies
defender=Japanese Empire
@THEN
TEXT
^
^^ Ignoring heavy losses, the American forces battle ashore and seize Tokyo.
^^ Emperor Hirohito moves to Kyoto and orders his generals to stop fighting.
^^ But the hard-line militarists dare to disobey and continue the fight...
^
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Yamato Battleship
attacker=ANYBODY
defender=Japanese Empire
@THEN
JUSTONCE
TEXT
^
^^ Symbol of Japanese arrogance, the battleship Yamato, has
^^ been sunk during intense battle action. Although we will
^^ mourn the loss of Asian lives in the madness of war, we
^^ must celebrate the damage to Japan's warlike prestige!
^
ENDTEXT
@ENDIF

@ENDEVENTS
